home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workplace Effectiveness:…ecision-Making Strategies
/
Workplace Effectiveness: Decision-Making Strategies.iso
/
pc
/
Files
/
Menu3.dxr
/
00006_go next frame when audio done.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-12-16
|
161 b
|
11 lines
on exitFrame
global gMasterData
blinkSprite()
if soundBusy(2) then
go(the frame)
else
go(the frame + 1)
bkgrdMusic(gMasterData)
end if
end